/*
Theme Name: Missiles & More
Theme URI: http://localhost.com
Author: Topics Design
Version: 1.0
*/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0px; padding: 0px; border: 0;
}
body {
	background: #fff url(images/bg.gif);
	font: 16px Georgia, "URW Bookman L", serif; color: #262626; line-height: 24px;
}

a {
	text-decoration: none;
	color: #262626;
}

a:hover {
	color: #00b3d0;
}

#container {
	width: 900px;
	height: auto;
	padding: 0 35px 35px 35px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	border: 1px solid #dbdbdb;
	background: #fff;
	-moz-box-shadow:    1px 1px 6px 3px #dbdbdb;
  	-webkit-box-shadow: 1px 1px 6px 3px #dbdbdb;
	box-shadow:         1px 1px 6px 3px #dbdbdb;
}

 
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 320px) and (max-width: 767px) { #container {width: 320px;} #featured-content {display: none;}}
	
	
#head {
	height: 250px;

}

#logo{
	height: auto;
	width: 650px;
	margin: 0 0 0 30px;
	padding: 15px 10px 0 10px;
	border-top: 10px solid #0b71c0;
}

#header-text {
	width: 500px;
	float: right;
}

.title {
	font-size: 30px;
	float: left;
	margin: 20px 0 0 10px;
	
}

.sub-title {
	float: left;
	margin: 5px 0 0 20px;
}



ul#nav {
	width: 900px;
	height: 44px; 
	list-style: none; 
	position: absolute; 
	font-size: 20px;
	margin: 0px 0 0 0;
	border-bottom: 1px solid #0b71c0;
}

ul#nav li{
	width: auto; 
	height: auto; 
	float: left;
	text-align: center; 
	position: relative;
	color: #262626;
	padding: 10px 10px 5px 10px;
}

ul#nav li a{
	display: block; 
	color: #262626; 
	text-decoration: none;
}
			
ul#nav li:hover{
	z-index: 999;
	color: #262626;
	border-bottom: 6px solid #0b71c0;
}

ul#nav a:hover{
	color:#262626;
	text-decoration: underline;
}
/* BEGIN NAV DROPDOWN CSS */
ul#nav ul{				
	position: absolute; display: none; z-index: 999; list-style: none; width: 200px; background: #fff; padding: 0px;
}
				
		ul#nav ul li{
			width: 200px;
			float: left;
			background: #fff;
		}		
				
		ul#nav ul li a{
			padding: none; margin: none; width: 200px; text-align: left;		
		}
		
		ul#nav li:hover {
			border-bottom: none;
		}
					
		ul#nav li:hover ul{	
			display:block ;
			width: 100%;
			border-bottom: none;		 
		}
/* END NAV DROPDOWN */

#content {
	height: auto;
	overflow: hidden;
	padding: 0 0 20px 0;
	margin: 0px 0 0 0;
	border-bottom: 5px solid #0b71c0;
}

#content .page_title {
	margin: 20px 0 20px 10px;
}

#featured-content {
	width: 900px;
	height: 250px;
	z-index: 2;
}

.category-box-1 {
	width: 280px;
	height: auto;
	float: left;
	border-bottom: 1px solid #c3db35;
	margin: 10px 10px 10px 10px;
}

.category-box-2 {
	width: 280px;
	height: auto;
	float: left;
	border-bottom: 1px solid #ff7300;
	margin: 10px 10px 10px 10px;
}

.category-box-3 {
	width: 280px;
	height: auto;
	float: left;
	border-bottom: 1px solid #00b3d0;
	margin: 10px 10px 10px 10px;
}

.category-title-1 {
	font-size: 30px;
	padding: 5px 5px 5px 5px;
	border-bottom: 10px solid #c3db35;
}

.category-title-2 {
	font-size: 30px;
	padding: 5px 5px 5px 5px;
	border-bottom: 10px solid #ff7300;
}

.category-title-3 {
	font-size: 30px;
	padding: 5px 5px 5px 5px;
	border-bottom: 10px solid #00b3d0;
}

.category-ul {
	list-style: none;
	padding: 0 0 0 5px;
}

.category-ul li {
	margin: 5px 0 0 0;
}

.thumb-box {
	width: 280px;
	height: 200px;
	float: left;
	margin: 10px 10px 10px 10px;
		color: #fff;
}

.thumb-box-img {
	overflow: hidden;
	width: 280px;
	height: 200px;
	z-index: 0;
	margin: 0 0 0 0;
	position: absolute;
}

#thumb-box-trans {
	height: 50px;
	width: 270px;
	overflow: hidden;
	background: #000000;
	opacity: 0.7;
	margin: 145px 0 0 0;
	padding: 5px;
	position: absolute;
	color: #fff;
}

.thumb-box-img:hover #thumb-box-trans, .thumb-box-img:hover #thumb-box-excert{
	height: 200px;
	margin: 0px 0 0 0;
	padding: 5px;

}

#thumb-box-excert {
	background-color:transparent;
  	background-position:initial initial;
  	background-repeat:initial initial;
	position: absolute;
	z-index: 9999;
	margin: 145px 0 0 5px;
	color: #fff;
	width: 270px;
}

.thumb-box a{
		color: #fff;
}

.post{
	margin: 20px 0 50px 0;
	width: 900px;
	height: auto;
	border-bottom:1px solid #4197b9;
	float: left;
	overflow: hidden;
}

.author-info {
	margin: 20px 20px 0 0;
	padding: 5px 0 0 0;
	float: right;
	vertical-align: bottom;
}

.author-info {
	margin: 20px 20px 0 0;
	padding: 5px 0 0 0;
	float: right;
	vertical-align: bottom;
}
	
.post-thumb{
	overflow: hidden;
	text-align: left;
	float: left;
	padding: 0 20px 20px 10px;
}

	#content .alignleft {
   		display: inline;
   		float: left;
   		margin: 0px 15px 0 0;

	}
	
	#content .alignright {
   		display: inline;
   		float: right;
   		margin: 0px 0 0 15px;

	}

input, textarea{
	
	margin: 0 10px 10px 10px;
	display: inline;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #bebebe;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 300px;
}

.jdGallery .slideInfoZone
{
position: absolute;
z-index: 50;
width: 300px; /* Width of the rhs-box */
margin: 0px;
right: 1px; /* To move the box to the right */
bottom: 0;
text-indent: 0;
overflow: hidden;
font-size: 16px;
}

.nivoSlider{
	overflow: hidden !important;
}

.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #3b95a3;
	-webkit-box-shadow: 0px 10px 14px -7px #3b95a3;
	box-shadow: 0px 10px 14px -7px #3b95a3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButtonBlue {
	-moz-box-shadow: 0px 10px 14px -7px #1a3c6e;
	-webkit-box-shadow: 0px 10px 14px -7px #1a3c6e;
	box-shadow: 0px 10px 14px -7px #1a3c6e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2c5aa0), color-stop(1, #1f3f73));
	background:-moz-linear-gradient(top, #2c5aa0 5%, #1f3f73 100%);
	background:-webkit-linear-gradient(top, #2c5aa0 5%, #1f3f73 100%);
	background:-o-linear-gradient(top, #2c5aa0 5%, #1f3f73 100%);
	background:-ms-linear-gradient(top, #2c5aa0 5%, #1f3f73 100%);
	background:linear-gradient(to bottom, #2c5aa0 5%, #1f3f73 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c5aa0', endColorstr='#1f3f73',GradientType=0);
	background-color:#2c5aa0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1a3c6e;
}
.myButtonBlue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1f3f73), color-stop(1, #2c5aa0));
	background:-moz-linear-gradient(top, #1f3f73 5%, #2c5aa0 100%);
	background:-webkit-linear-gradient(top, #1f3f73 5%, #2c5aa0 100%);
	background:-o-linear-gradient(top, #1f3f73 5%, #2c5aa0 100%);
	background:-ms-linear-gradient(top, #1f3f73 5%, #2c5aa0 100%);
	background:linear-gradient(to bottom, #1f3f73 5%, #2c5aa0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f3f73', endColorstr='#2c5aa0',GradientType=0);
	background-color:#1f3f73;
}
.myButtonBlue:active {
	position: relative;
	top: 1px;
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 22%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* Hide "Handouts" page from menu */
.page-id-6276 #menu1 {

display: none;

}
